xend: Avoid use of 'k' specifier to Py_BuildValue(). Its
authorKeir Fraser <keir@xensource.com>
Sun, 18 Mar 2007 18:26:34 +0000 (18:26 +0000)
committerKeir Fraser <keir@xensource.com>
Sun, 18 Mar 2007 18:26:34 +0000 (18:26 +0000)
commit3baee98422887ad86001fb476df62e0a0ad33d39
treeb2c8054b73c74819e146bf12aa49e3eb03adb932
parent2cea532bee3c20beeb926357e96dce6e5377cb54
xend: Avoid use of 'k' specifier to Py_BuildValue(). Its
implementation is broken until Python v2.4.3. Instead cast the C value
to long long and use the 'L' specifier.
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/xen/lowlevel/xc/xc.c